From: Richard M. Stallman Date: Sun, 13 Jun 1993 18:00:36 +0000 (+0000) Subject: (Man-getpage-in-background): Move close paren. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95346 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=136284159eb7c841afb4c1678b9616d78bd96e8a;p=emacs.git (Man-getpage-in-background): Move close paren. --- diff --git a/lisp/man.el b/lisp/man.el index 48c61af24e9..2130f902a35 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -450,9 +450,9 @@ Man-reuse-okay-p is non-nil." (setenv "TERM" "dumb") (set-process-sentinel (start-process "man" buffer "sh" "-c" - (format (Man-build-man-command) man-args))) - 'Man-bgproc-sentinel)) - )) + (format (Man-build-man-command) man-args)) + 'Man-bgproc-sentinel)) + ))) (defun Man-notify-when-ready (man-buffer) "Notify the user when MAN-BUFFER is ready.